bool ShowDialogSelectAssemblies( IntPtr ownerWindowHandle, ICollection<IAbsoluteFilePath> applicationAssembliesIn, out ICollection<IAbsoluteFilePath> applicationAssembliesOut )
Parameters
- ownerWindowHandle
- The window handle of the parent window that shows the dialog.
- applicationAssembliesIn
- A collection of file paths to the assemblies that the dialog initially shows to the user.
- applicationAssembliesOut
- Application assemblies file paths choosen
Return Value
true if the user clicked OK, false if the user clicked Cancel.